[class*=am-u-] {
  width: 25%;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

body {
  overflow-x: hidden;
  background: #fff !important;
}

.orange {
  color: #FFAC31;
}

.logoutcolor {
  color: #F8B102;
}

.red {
  color: #FC6267;
}

.black {
  color: #262626;
}

.white {
  color: #fff;
}

.font40 {
  font-size: 40px;
}

.graybg {
  background: #fafafa;
}

.graybg1 {
  background: #F5F5F5;
}

.blueBack {
  background: #2c3746;
}

.whiteBack {
  background: #fff;
}

.mb10 {
  margin-bottom: 10px;
}

.mr10 {
  margin-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.mr0 {
  margin-right: 0px;
}

.triangle-left {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #666;
  border-bottom: 5px solid transparent;
  display: inline-block;
}

.triangle-right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #666;
  border-bottom: 5px solid transparent;
  display: inline-block;
}

.dot {
  font-size: 0;
  line-height: 0;
  border-width: 10px;
  border-color: #FFAC31;
  border-right-width: 0;
  border-style: dashed;
  border-left-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 12px 112px;
  border: none;
  border-radius: 3px;
  background: #FAA600;
}

.btn:hover {
  background: #FAA700;
}

.minWid {
  max-width: 1190px;
  margin: 0px auto;
}

.fixedWid {
  width: 1190px;
  margin: 0px auto;
}

.headerWrap {
  font-size: 12px;
}

.headerWrap .welcomeWrap {
  height: 28px;
  line-height: 28px;
}

.headerWrap .info {
  color: #ffffff;
}

.welcomeWrap .link {
  color: #fff;
}

.welcomeWrap .link:hover {
  text-decoration: underline;
}

.welcomeWrap .linkcolor {
  color: #F8B102;
}

.navWrap {
  height: 75px;
}

.navWrap .logo {
  background: #fff;
  margin-right: 61px;
}

.navWrap .logo .logoimg {
  margin-top: 12px;
  width: 130px;
  height: 50px;
}

.navWrap .link {
  font-size: 14px;
  padding: 0px 13px;
  height: 75px;
  line-height: 102px;
  color: #2c3746;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  /* transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;	!* Firefox 4 *!
  -webkit-transition: all 0.6s ease;	!* Safari 和 Chrome *!
  -o-transition: all 0.6s ease;	!* Opera *!*/
}

.navWrap .link:last-child {
  padding-right: 0px;
  padding-left: 0px;
  width: 90px;
  text-align: center;
}

.navWrap .link:first-child {
  padding-left: 14px;
}

.navWrap .link {
  position: relative;
}

.navWrap .on {
  background: #f8b102;
}

.navWrap .cont {
  position: absolute;
  display: none;
  z-index: 100;
  color: #fff;
  background: #f8b102;
  top: 74px;
  left: 0px;
  width: 100%;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.6s ease;
  /* Safari 和 Chrome */
  -o-transition: all 0.6s ease;
  /* Opera */
}

.navWrap .cont .linka {
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #2c3746;
}

.navWrap .cont .linka:hover {
  background: #FFCC4E;
}

.fixedNavWrap {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 75px;
  display: block;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 0px 8px #ccc;
  -webkit-box-shadow: 0px 0px 8px #ccc;
  -moz-box-shadow: 0px 0px 8px #ccc;
}

.bannerWrap {
  height: 500px;
  position: relative;
}

.bannerWrap .bannerScroll {
  height: 100%;
  overflow: hidden;
}

.bannerWrap .bannerScroll .imgbg {
  background: url("../assets/banner.png") no-repeat center center;
  height: 500px;
  position: absolute;
  right: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s linear;
  -moz-transition: opacity 0.8s linear;
  /* Firefox 4 */
  -webkit-transition: opacity 0.8s linear;
  /* Safari 和 Chrome */
  -o-transition: opacity 0.8s linear;
  /* Opera ease*/
}

.bannerWrap .bannerScroll .imgbg:nth-child(2) {
  background: url("../assets/banner002.jpg") no-repeat center center;
}

.bannerWrap .bannerScroll .banneranimationshow {
  opacity: 1;
  transition: opacity 0.8s linear;
  -moz-transition: opacity 0.8s linear;
  /* Firefox 4 */
  -webkit-transition: opacity 0.8s linear;
  /* Safari 和 Chrome */
  -o-transition: opacity 0.8s linear;
  /* Opera ease*/
}

.bannerWrap .dotcontrol {
  position: absolute;
  bottom: 62px;
  width: 100%;
  text-align: center;
}

.bannerWrap .dotcontrol .dotli {
  width: 10px;
  height: 10px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: #fff;
  border-radius: 10px;
  margin-right: 20px;
}

.bannerWrap .dotcontrol .dotli:last-child {
  margin-right: 0px;
}

.bannerWrap .dotcontrol .dotli:hover {
  background: orange;
}

.bannerWrap .dotcontrol .on {
  background: orange;
}

.bannerWrap .dotcontrol ul {
  height: 10px;
  margin: 0px auto;
}

.bannerWrap .news {
  background: url(../assets/news.png) no-repeat left center;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
  padding-left: 25px;
  margin-right: 55px;
  display: block;
  float: left;
}

@media only screen and (min-width: 2460px) {
  .bannerWrap .news {
    background: url(../assets/news2x.png) no-repeat left center;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
  }
}

.bannerWrap .link {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 284px;
  display: inline-block;
  margin-right: 25px;
}

.bannerWrap .link:hover {
  text-decoration: underline;
}

.bannerWrap .more {
  color: #f8b102;
  width: 77px;
}

.bannerWrap .fixedWidWrap {
  width: 100%;
  position: absolute;
  bottom: 0px;
  color: #fff;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
}

.bannerWrap .fixedWidWrap .mask {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: .7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  background: #000;
}

.bannerWrap .fixedWidWrap .fixedWid {
  position: relative;
}

.bigtitle {
  margin: 65px auto;
  font-size: 40px;
  height: 56px;
  line-height: 56px;
  font-weight: normal;
  text-align: center;
}

.logistiContent {
  background: url("../assets/bigdatabac.jpg") center bottom no-repeat;
  padding-bottom: 98px;
}

.logistiContent .title {
  margin: 65px auto;
  font-size: 40px;
  height: 56px;
  line-height: 56px;
  font-weight: normal;
  text-align: center;
}

.logistiContent .rollDiv {
  height: 81px;
  overflow: hidden;
}

.logistiContent .listDiv {
  width: 95%;
  margin: 70px auto;
}

.logistiContent .listani {
  transition: top 0.6s ease;
  -moz-transition: top 0.6s ease;
  /* Firefox 4 */
  -webkit-transition: top 0.6s ease;
  /* Safari 和 Chrome */
  -o-transition: top 0.6s ease;
  /* Opera */
}

.logistiContent .list {
  border-right: 1px solid #eee;
  margin-bottom: 30px;
  position: relative;
  float: left;
  width: 25%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  top: 0px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.logistiContent .list .unit {
  font-size: 14px;
  color: #000;
  display: inline-block;
  vertical-align: super;
}

.logistiContent .list .num {
  display: block;
  font-size: 36px;
  height: 60px;
  line-height: 60px;
}

.logistiContent .list .smimg {
  float: left;
  margin-right: 10px;
  margin-top: 22px;
  margin-right: 16px;
  height: 46px;
  width: 50px;
}

.logistiContent .list:last-child {
  border-right: none;
}

@media only screen and (max-width: 1024px) {
  .logistiContent .list:nth-child(2) {
    border-right: 0;
  }
}

.logistiContent .listone {
  position: relative;
  margin: 0px auto;
}

.corebusiness_change {
  transition: background 0.6s ease;
  -moz-transition: background 0.6s ease;
  /* Firefox 4 */
  -webkit-transition: background 0.6s ease;
  /* Safari 和 Chrome */
  -o-transition: background 0.6s ease;
  /* Opera */
}

.corebusiness {
  height: 500px;
  position: relative;
}

.corebusiness .title {
  font-weight: normal;
  font-size: 40px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  padding: 30px;
  padding-top: 55px;
}

.corebusiness .content {
  width: 95%;
  margin: 0px auto;
  padding: 60px 0px;
}

.corebusiness .content .btngroup {
  width: 182px;
  border-right: 1px solid #fff;
  padding: 30px 0px 0px;
  height: 323px;
}

.corebusiness .content .btngroup .link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: block;
  height: 46px;
  line-height: 46px;
  margin-bottom: 25px;
}

.corebusiness .content .btngroup .on {
  background-size: auto 46px;
  font-size: 22px;
  background: url("../assets/orange_on.png") no-repeat;
}

.corebusiness .content .btngroup .dot {
  display: none;
  position: absolute;
  right: -10px;
  bottom: 12px;
  opacity: 1;
}

.corebusiness .content .infocont {
  display: none;
  color: #fff;
  width: 75%;
  padding-left: 37px;
}

.corebusiness .content .infocont .linkgroup {
  margin-top: 71px;
}

.corebusiness .content .infocont .linkgroup .link {
  padding-top: 74px;
  width: 67px;
  color: #fff;
  margin-right: 75px;
  position: relative;
  top: 0px;
  width: 70px;
  display: inline-block;
  text-align: center;
}

.corebusiness .content .infocont .linkgroup .link:nth-child(1) {
  background: url(../assets/cpfw.png) no-repeat center -9px;
  background-size: 70px 70px;
}

.corebusiness .content .infocont .linkgroup .link:nth-child(2) {
  background: url("../assets/tczy.png") no-repeat;
  background-size: 100% auto;
  background-size: 70px 70px;
}

.corebusiness .content .infocont .linkgroup .link:nth-child(3) {
  background: url("../assets/kjwl.png") no-repeat;
  background-size: 100% auto;
  background-size: 70px 70px;
}

.corebusiness .content .infocont .linkgroup .link:last-child {
  margin-right: 0px;
}

.corebusiness .content .infocont .linkgroup .link:hover {
  top: -10px;
}

.corebusiness .content .infocont .linkgroup .linkon {
  transition: top 0.6s ease;
  -moz-transition: top 0.6s ease;
  /* Firefox 4 */
  -webkit-transition: top 0.6s ease;
  /* Safari 和 Chrome */
  -o-transition: top 0.6s ease;
  /* Opera */
}

.corebusiness .content .infocont:nth-child(2) .link:nth-child(1) {
  background: url(../assets/rys.png) no-repeat center -9px;
  background-size: 70px 70px;
}

.corebusiness .content .infocont:nth-child(2) .link:nth-child(2) {
  background: url("../assets/szyt.png") no-repeat;
  background-size: 100% auto;
  background-size: 70px 70px;
}

.corebusiness .content .infocont:nth-child(2) .link:nth-child(3) {
  background: url("../assets/jcfw.png") no-repeat;
  background-size: 100% auto;
  background-size: 70px 70px;
}

.corebusiness .content .infocont:nth-child(2) .link:hover {
  top: -10px;
}

.corebusiness .content .infocont .tabcont .smtile {
  font-size: 24px;
  margin-bottom: 10px;
}

.corebusiness .content .infocont .tabcont .info {
  line-height: 22px;
}

.slab .slabContWrap {
  background-color: #2B2D39;
}

.slab .slabCont {
  max-width: 1440px;
  margin: 0px auto;
  max-height: 460px;
}

.slab .slabCont .link {
  width: 60px;
  height: 60px;
  padding: 9px;
  border-radius: 60px;
  color: #fff;
  border: 1px solid #fff;
  margin: 0px auto;
  display: block;
  margin-top: 30px;
}

.slab .slabCont .link:hover {
  color: orange;
  background: #fff;
  border-color: #fff;
  background: url(../assets/play_over.png) no-repeat 90px 15px #fff;
}

.slab .slabCont .wrap .infomation {
  display: none;
}

.slab .slabCont .wrapActbg {
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.6s ease;
  /* Safari 和 Chrome */
  -o-transition: all 0.6s ease;
  /* Opera */
}

.slab .slabCont .wrapAct {
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.8s ease;
  /* Safari 和 Chrome */
  -o-transition: all 0.8s ease;
  /* Opera */
}

.slab .title {
  margin: 65px auto;
  font-size: 40px;
  height: 56px;
  line-height: 56px;
  font-weight: normal;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 32px;
}

.slab .title .info {
  background: url("../assets/s.png") no-repeat left center;
  padding-left: 32px;
}

.slab .listDiv {
  position: relative;
  width: 25%;
  text-align: center;
  float: left;
  color: #fff;
  padding: 0px 15px;
  overflow: hidden;
}

.slab .listDiv:hover .infomation {
  display: block;
}

.slab .listDiv:hover .wrapAct {
  margin-top: -100px;
}

.slab .listDiv:hover .maskbg {
  background: orange;
  opacity: .85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}

.slab .listDiv:hover .fixbg {
  width: 108%;
  height: 108%;
}

.slab .listDiv:hover .line {
  display: none;
}

.slab .listDiv .fixbg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
}

.slab .listDiv .maskbg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.slab .listDiv .smimg {
  margin-top: 150px;
}

.slab .listDiv .smtitle {
  font-size: 26px;
}

.slab .listDiv .smimg,
.slab .listDiv .smtitle,
.slab .listDiv .info,
.slab .listDiv .link {
  position: relative;
  margin-bottom: 10px;
}

.slab .listDiv .line {
  width: 30px;
  border-bottom: 3px solid #fff;
  position: relative;
  text-align: center;
  margin: 13px auto;
  margin-top: 2px;
}

.partner {
  margin-bottom: 82px;
}

.partner .title {
  margin: 65px auto;
  font-size: 40px;
  height: 56px;
  line-height: 56px;
  font-weight: normal;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 30px;
}

.partner .link {
  float: left;
  padding-right: 40px;
  padding-bottom: 15px;
}

.partner .link:nth-child(7n) {
  padding-right: 0px;
}

.footer {
  background: #3E414B !important;
}

.footer .customer {
  color: #fff;
  margin: 40px 0;
  background: url(../assets/customer.png) no-repeat left 0px;
  background-size: 30px;
  padding-left: 66px;
  border-right: 1px solid #575A65;
  padding-right: 56px;
  padding-bottom: 29px;
  margin-right: 0px;
  margin-left: 90px;
  padding: 46px 0 0 !important;
  width: 172px;
}

.customer1 {
  border: none !important;
}

.customer2 {
  background: url(../assets/customer2.png) no-repeat left 0px !important;
  width: 182px !important;
}

.footer .customer .info {
  display: block;
  font-size: 20px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 17px;
}

.footer .customer .tel {
  font-size: 36px;
  font-size: 22px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
  margin-top: 10px;
}

.footer .customer .timer {
  font-size: 14px;
  color: #C1C1C1;
  font-size: 12px;
  font-weight: 400;
  color: rgba(193, 193, 193, 1);
  line-height: 17px;
  margin-top: 10px;
}

.footer .linkgroup {
  width: 133px !important;
  padding: 40px 0;
  /*padding-left: 26px;*/
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.footer .linkgroup .link {
  color: #9CA2A4;
  display: block;
  line-height: 24px;
  font-size: 12px;
}

.footer .linkgroup .link:nth-child(1) {
  color: #fff;
  margin-bottom: 13px;
  /*width:56px;*/
  /*height:20px;*/
  font-size: 14px;
  /*font-family:PingFangSC-Semibold,PingFang SC;*/
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 20px;
}

.footer .linkgroup.endlink {
  width: auto !important;
  text-align: center;
}

.footer .endlink+.endlink {
  margin-left: 40px;
}

.footer .linkgroup:first-child {
  margin-left: 53px;
}

.footer .linkgroup:nth-child(4) {
  width: 100px;
}

.footer .linkgroup:last-child {
  width: 104px;
  text-align: center;
  margin-right: 0px;
}

.footer .linkgroup .smcode {
  width: 104px;
  height: 104px;
}

.footerbottom {
  background-color: #282828;
  color: #A6A7AB;
  height: 76px;
  line-height: 76px;
  font-size: 12px;
}

.footerbottom .smimg {
  line-height: 48px;
  margin-top: 20px;
  margin-right: 20px;
}

.footerbottom .footFontRow {
  height: 16px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: rgba(166, 167, 171, 1);
  line-height: 16px;
  margin-bottom: 5px;
}

.firfootFontRow {
  padding-top: 19px;
}

.secfootFontRow {
  margin-top: 19px;
}

.fixed {
  position: fixed;
  right: 20px;
  bottom: 240px;
  width: 48px;
  visibility: hidden;
  z-index: 1000;
}

.fixed .fixedright {
  position: relative;
}

.fixed .fixedright:last-child {
  margin-top: 10px;
}

.fixed .fixedright:last-child .link {
  border-bottom: 0px;
}

.fixed .fixedright:nth-child(3) .hoverwrap {
  display: block;
  height: 156px;
  text-align: center;
}

.fixed .fixedright:nth-child(3) .hoverwrap img {
  margin: 11px;
  width: 104px;
  height: 104px;
}

.fixed .fixedright:nth-child(3) .hoverwrap .info {
  padding: 0px;
}

.fixed .fixedright .link {
  width: 48px;
  position: relative;
  display: block;
  /*border-bottom:1px solid #fff;*/
  margin-bottom: 1px;
}

.fixed .fixedright .link:hover .title {
  background: #FE980B;
  width: 49px;
  left: -1px;
}

.fixed .fixedright .link .title {
  box-sizing: border-box;
  width: 48px;
  background: #f8b102;
  text-align: center;
  margin-bottom: 1px;
  color: #fff;
  padding: 0px;
  font-size: 12px;
  cursor: pointer;
  line-height: 16px;
  display: block;
  padding: 8px;
  margin: 0px;
  position: relative;
  z-index: 2;
}

.fixed .fixedright .link .hoverwrap {
  position: absolute;
  padding: 5px;
  display: none;
  background: #FE980B;
  width: 139px;
  height: 98px;
  top: 0px;
  right: 48px;
  z-index: 0;
  /*border-right: 1px solid #fff;*/
  margin-right: 1px;
}

.fixed .fixedright .link .hoverwrap .linka {
  color: #fff;
  padding: 4px;
  float: left;
  font-size: 12px;
}

.fixed .fixedright .link .hoverwrap .linka:hover {
  color: #FFF662;
}

.fixed .fixedright .link .hoverwrap .info {
  color: #fff;
  display: block;
  font-size: 12px;
  padding-left: 10px;
}

.fixed .fixedright .link .hoverwrap .info:first-child {
  font-size: 36px;
}

.fixed .fixedright .link .hoverwrap .info:nth-child(2) {
  position: relative;
  top: -5px;
}

.fixed .fixedright .link .hoverwrap .info:nth-child(3) {
  position: relative;
  top: -5px;
}

.fixed .backtop {
  /* visibility:hidden;*/
}

.videoplayWrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  /* Firefox 4 */
  -webkit-transition: all 0.8s linear;
  /* Safari 和 Chrome */
  -o-transition: all 0.8s linear;
  /* Opera ease*/
  background: #000;
  z-index: 2;
}

.videoplayWrap video {
  width: 100%;
  height: 100%;
}

.videoplayWrap .closebtn {
  position: fixed;
  top: 20px;
  right: 20px;
  color: #fff;
  cursor: pointer;
  background: url(../assets/close.png) no-repeat;
  width: 32px;
  height: 32px;
  text-indent: 1000000px;
}

.videoplayWrap .btngroup {
  height: 40px;
  text-align: center;
  margin: 0px auto;
  position: fixed;
  bottom: 50px;
  width: 100%;
}

.videoplayWrap .btngroup .bg {
  background: #343434;
  opacity: .4;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}

.videoplayWrap .btngroup .enterbtn {
  background: url(../assets/btnBG.png) no-repeat;
  width: 150px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin: 0px auto;
  cursor: pointer;
}

.videoplayWrap .logo {
  position: fixed;
  top: 0px;
}

.videoplayWrap .logo .smlogo {
  margin-top: 25px;
  margin-left: 50px;
}

.fixed .fixedright .link .hoverwrap:nth-child(3) {
  height: 156px;
}

.twolevelWrap .t_content .title {
  padding: 50px 0px 7px 0px;
  font-size: 40px;
  text-align: center;
}

.twolevelWrap .t_content .subhead {
  margin-bottom: 15px;
}

.twolevelWrap .t_content .twotitle {
  font-size: 34px;
}

.twolevelWrap .t_content .info {
  line-height: 24px;
  width: 980px;
  margin: 0px auto;
  text-align: center;
  color: #666;
}

.twolevelWrap .t_content .flowInfo {
  text-align: center;
  margin-top: 54px;
  margin-bottom: 78px;
}

.twolevelWrap .t_content .flowInfo .list {
  width: 178px;
  display: inline-block;
  text-align: center;
  padding: 0px 35px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.twolevelWrap .t_content .flowInfo .list .info {
  width: 100%;
  font-size: 12px;
  line-height: 17px;
  display: block;
  margin-top: 16px;
  color: #666;
}

.twolevelWrap .t_content .flowInfo .list .dot-right {
  position: absolute;
  right: 0px;
  top: 35px;
}

.twolevelWrap .t_content .flowInfo .list .dot-right:after {
  content: "";
  position: relative;
  top: 0px;
  right: 0px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  display: block;
}

.twolevelWrap .t_banner {
  height: 350px;
  background: url("../assets/supplychain/banner.jpg") no-repeat center center;
  color: #fff;
}

.coinsurance .t1 {
  background: url("../assets/coinsurance/banner.png") no-repeat center center;
  position: relative;
}

.coinsurance .t1 .btn_box {
  position: absolute;
  top: 125px;
  right: 0;
  width:54px;
  height:100px;
  background:rgba(248,165,2,1);
  box-shadow:0px 6px 12px 0px rgba(0,0,0,0.15);
  text-align: center;
  font-size:14px;
  cursor: pointer;
}

.coinsurance .t1 .btn_box img {
  width: 24px;
  height: 24px;
  margin-top: 14px;
}

.coinsurance .t1 .btn_box span {
  display: block;
  width: 28px;
  margin: 0 auto;
  line-height:18px;
  margin-top: 12px;
}

.phone_box {
  padding-right: 10px;
  width: 390px;
  height: 228px;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 54px;
  color: #333333;
}

.phone_box > div {
  background: #fff;
  width: 380px;
  height: 228px;
}

.phone_box .item {
  width: 190px;
  height: 76px;
  float: left;
}

.phone_box .item img {
  float: left;
  width: 24px;
  height: 24px;
  margin: 24px 0 0 20px;
}

.phone_box .item div {
  float: right;
  width: 130px;
  text-align: left;
  margin-top: 15px;
}

.phone_box .item div h4 {
  margin: 0;
  padding: 0;
  font-size:14px;
  height:20px;
  line-height:20px;
 }

.phone_box .item div p {
  margin: 3px 0 0 0;
  padding: 0;
  font-size:16px;
  font-weight:bold;
  height:21px;
  line-height:21px;
}

.coinsurance .zs {
  background: black;
  height: 240px;
  text-align: center;
  background: url(../assets/coinsurance/bg.png) no-repeat center center;
  width: 100%;
}

.coinsurance .lc {
  height: 510px;
  background: #F5F5F5;
}

.coinsurance .lc h3 {
  padding: 71px 0px 50px 0px !important;
  font-size: 34px !important;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 48px;
}

.coinsurance .lc {}

.coinsurance .lc .lc1 {
  text-align: center;
}

.coinsurance .lc .A {
  display: inline-block;
  vertical-align: top;
}

.coinsurance .lc .A img {}

.coinsurance .lc .A .title {
  font-size: 18px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 25px;
  margin: 20px 0;
  padding: 0;
}

.coinsurance .lc .A .left {
  width: fit-content;
  margin: 0 auto;
}

.coinsurance .lc .A .content {
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 20px;
  margin: 10px 0;
  text-align: left;
}

.coinsurance .lc .B {
  margin-top: 49px;
  display: inline-block;
  vertical-align: top;
  width: 140px;
  height: 2px;
  background: linear-gradient(90deg, rgba(212, 212, 212, 0) 0%, rgba(212, 212, 212, 1) 100%);
}

.coinsurance .lc .B+.A,
.coinsurance .lc .A+.B {
  margin-left: 30px;
}

.coinsurance .hz {
  height: 394px;
}

.coinsurance .hz h3 {
  padding: 60px 0px 19px 0px !important;
  font-size: 34px !important;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 48px;
}

.coinsurance .zs .p {
  display: inline-block;
}

.coinsurance .zs .p+.p {
  margin-left: 110px;
}

.coinsurance .zs .p1 {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 17px;
  text-align: left;
}

.coinsurance .zs .p2 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 22px;
}

.coinsurance .zs button {
  margin-top: 25px !important;
}

.coinsurance .zs h3 {
  padding: 40px 0px 20px 0px !important;
  font-size: 30px !important;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 42px;
}

.twolevelWrap .t_banner .title {
  padding-top: 90px;
  text-shadow: 0px 2px 3px #333;
}

.twolevelWrap .t_banner .info {
  color: #fff;
  text-shadow: 0px 1px 3px #333;
}

.twolevelWrap .t_cpfw .title {
  padding-top: 50px;
}

.twolevelWrap .t_cpfw .flowInfo .list img {
  width: 105px;
  height: 80px;
}

.twolevelWrap .t_hyjjfa .flowInfo .list img {
  width: 60px;
  height: 60px;
}

.twolevelWrap .t_hyjjfa,
.twolevelWrap .t_kjfw {
  background: #f5f5f5;
}

.twolevelWrap .t_hyjjfa .flowInfo,
.twolevelWrap .t_kjfw .flowInfo {
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 65px;
}

.twolevelWrap .t_hyjjfa .flowInfo .list,
.twolevelWrap .t_kjfw .flowInfo .list {
  width: 285px;
  width: 283px\9;
  height: 225px;
  padding: 27px 25px 21px;
  display: inline-block;
  text-align: center;
  position: relative;
  background: #fff;
  float: left;
  margin-right: 17px;
  margin-bottom: 17px;
  transition: all .3s ease;
}

.twolevelWrap .t_hyjjfa .flowInfo .list:nth-child(4),
.twolevelWrap .t_kjfw .flowInfo .list:nth-child(4) {
  margin-right: 0px;
}

.twolevelWrap .t_hyjjfa .flowInfo .list:nth-child(2),
.twolevelWrap .t_kjfw .flowInfo .list:nth-child(2) {
  margin-right: 16px;
}

.twolevelWrap .t_hyjjfa .flowInfo .list .title,
.twolevelWrap .t_kjfw .flowInfo .list .title {
  font-size: 16px;
  display: block;
  margin: 10px 0px 8px 0px;
  padding: 0px;
}

.twolevelWrap .t_hyjjfa .flowInfo .list .info,
.twolevelWrap .t_kjfw .flowInfo .list .info {
  margin: 0px;
  color: #999;
}

.twolevelWrap .t_hyjjfa_trans .flowInfo .list {
  cursor: pointer;
}

.twolevelWrap .t_hyjjfa_trans .flowInfo .list:hover {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  box-shadow: 0 26px 40px -24px rgba(77, 77, 77, 0.4);
  -webkit-box-shadow: 0 26px 40px -24px rgba(77, 77, 77, 0.4);
  -moz-box-shadow: 0 26px 40px -24px rgba(77, 77, 77, 0.4);
}

.twolevelWrap .t_tczyfw .info {
  width: 600px;
  margin-bottom: 49px;
}

.twolevelWrap .t_tczyfw .contWrap {
  margin: 0 9%;
}

.twolevelWrap .t_tczyfw .contWrap .typeInfo {
  font-size: 20px;
  text-align: center;
  border-bottom: 2px solid #F8A502;
  width: 80px;
  margin: 0px auto;
  padding-bottom: 6px;
  margin-bottom: 30px;
}

.twolevelWrap .t_tczyfw .contWrap .imggroup {
  margin-right: 102px;
}

.twolevelWrap .t_tczyfw .contWrap .imggroup img {
  width: 350px;
  height: 310px;
}

.twolevelWrap .t_tczyfw .contWrap .threehx .smimg {
  float: left;
  margin-right: 13px;
}

.twolevelWrap .t_tczyfw .contWrap .threehx .smimg img {
  width: 50px;
  height: 50px;
}

.twolevelWrap .t_tczyfw .contWrap .threehx .hxdl {
  float: left;
  width: 522px;
  margin-bottom: 38px;
}

.twolevelWrap .t_tczyfw .contWrap .threehx .hxdl:last-child {
  margin-bottom: 0px;
}

.twolevelWrap .t_tczyfw .contWrap .threehx .hxdl:first-child {
  margin-top: 30px;
}

.twolevelWrap .t_tczyfw .contWrap .threehx .hxdd {
  font-size: 12px;
  line-height: 17px;
}

.twolevelWrap .t_tczyfw .contWrap .threehx .hxdd:last-child {
  color: #999;
}

.twolevelWrap .t_tczyfw .contWrap .threehx .hxddtit {
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
  font-weight: bold;
}

.twolevelWrap .t_tczyfw .contWrap .threehx .hxdt {
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
  font-weight: bold;
}

.twolevelWrap .t_tczyfw .contWrap2 {
  margin: 0 13%;
  margin-top: 72px;
  margin-bottom: 55px;
}

.twolevelWrap .t_tczyfw .contWrap2 .typeInfo {
  width: 86px;
}

.twolevelWrap .t_tczyfw .contWrap2 .threehx {
  width: 228px;
}

.twolevelWrap .t_tczyfw .contWrap2 .threehx .hxdl {
  margin-bottom: 20px;
}

.twolevelWrap .t_tczyfw .contWrap2 .threehx .link {
  color: #438AEB;
  font-size: 12px;
}

.twolevelWrap .t_tczyfw .contWrap2 .imggroup {
  margin-right: 0px;
  position: relative;
  right: -61px;
}

.twolevelWrap .t_tczyfw .contWrap2 .imggroup img {
  width: 600px;
  height: 440px;
}

.twolevelWrap .t_llfw .info {
  width: 600px;
  margin-bottom: 49px;
}

.twolevelWrap .t_llfw .contWrap .typeInfo {
  font-size: 20px;
  text-align: center;
  border-bottom: 2px solid #F8A502;
  width: 80px;
  margin: 0px auto;
  padding-bottom: 6px;
  margin-bottom: 30px;
}

.twolevelWrap .t_llfw .contWrap .imggroup {
  margin-right: 102px;
}

.twolevelWrap .t_llfw .contWrap .imggroup img {
  width: 350px;
  height: 310px;
}

.twolevelWrap .t_llfw .contWrap .threehx .smimg {
  float: left;
  margin-right: 13px;
}

.twolevelWrap .t_llfw .contWrap .threehx .smimg img {
  width: 50px;
  height: 50px;
}

.twolevelWrap .t_llfw .contWrap .threehx .hxdl {
  float: left;
  width: 522px;
  margin-bottom: 38px;
}

.twolevelWrap .t_llfw .contWrap .threehx .hxdl:last-child {
  margin-bottom: 0px;
}

.twolevelWrap .t_llfw .contWrap .threehx .hxdl:first-child {
  margin-top: 30px;
}

.twolevelWrap .t_llfw .contWrap .threehx .hxdd {
  font-size: 12px;
  line-height: 17px;
}

.twolevelWrap .t_llfw .contWrap .threehx .hxdd:last-child {
  color: #999;
}

.twolevelWrap .t_llfw .contWrap .threehx .hxddtit {
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
  font-weight: bold;
}

.twolevelWrap .t_llfw .contWrap .threehx .hxdt {
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
  font-weight: bold;
}

.twolevelWrap .t_content.t_llfw .flowInfo {
  margin-top: 45px;
  margin-bottom: 60px;
}

.twolevelWrap .t_llfw .flowInfo .list {
  width: 285px;
  border: 1px solid rgba(230, 230, 230, 1);
  padding: 30px 35px;
}

.twolevelWrap .t_llfw .flowInfo .list .title {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  padding: 0;
  margin-top: 10px;
}

.twolevelWrap .t_llfw .contWrap2 {
  margin-top: 60px;
}

.twolevelWrap .t_llfw .contWrap2 .typeInfo {
  width: 86px;
}

.twolevelWrap .t_llfw .contWrap2 .threehx {
  width: 250px;
  margin-left: 94px;
  text-align: left;
}

.twolevelWrap .t_llfw .contWrap2 .threehx .smimg {
  margin-right: 15px;
}

.twolevelWrap .t_llfw .contWrap2 .threehx .smimg img {
  width: 48px;
  height: 48px;
}

.twolevelWrap .t_llfw .contWrap2 .threehx .hxdl {
  margin-bottom: 45px;
  width: 250px;
}

.twolevelWrap .t_llfw .contWrap2 .threehx .hxdl .hxddtit {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  font-weight: 400;
}

.twolevelWrap .t_llfw .contWrap2 .threehx .hxdl .numData {
  font-size: 18px;
  line-height: 25px;
  color: #F8A502;
  font-weight: 500;
}

.twolevelWrap .t_llfw .contWrap2 .threehx .link {
  color: #438AEB;
  font-size: 12px;
}

.twolevelWrap .t_llfw .contWrap2 .map {
  width: 729px;
  height: 536px;
  background: url('../assets/coldChain/map.png') no-repeat center center;
  position: relative;
}

.twolevelWrap .t_llfw .contWrap2 .map .toolTip {
  width: 120px;
  height: 60px;
  background: url('../assets/coldChain/tooltip.png');
  position: absolute;
  padding-top: 18px;
  display: none;
  z-index: 5;
}

.twolevelWrap .t_llfw .contWrap2 .map .toolTip span {
  line-height: 17px;
  font-size: 12px;
  color: #fff;
}

.twolevelWrap .t_llfw .contWrap2 .map .toolTip span.num {
  color: #F8A502;
  line-height: 20px;
  font-size: 16px;
}

.twolevelWrap .t_llfw .contWrap2 .map .point {
  min-width: 80px;
  height: 24px;
  padding-left: 30px;
  background: url('../assets/coldChain/llck.png') no-repeat;
  text-align: left;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
  position: absolute;
  cursor: pointer;
}

.twolevelWrap .t_llfw .contWrap2 .map .point.hover {
  background-image: url('../assets/coldChain/llck_hover.png');
}

.twolevelWrap .t_llfw .contWrap2 .map .point.shenyang {
  right: 70px;
  top: 200px;
}

.twolevelWrap .t_llfw .contWrap2 .map .point.beijing {
  right: 150px;
  top: 220px;
}

.twolevelWrap .t_llfw .contWrap2 .map .point.zhengzhou {
  right: 180px;
  top: 320px;
}

.twolevelWrap .t_llfw .contWrap2 .map .point.shanghai {
  right: 90px;
  top: 355px;
}

.twolevelWrap .t_llfw .contWrap2 .map .point.xian {
  right: 255px;
  top: 310px;
}

.twolevelWrap .t_llfw .contWrap2 .map .point.chengdu {
  right: 310px;
  top: 360px;
}

.twolevelWrap .t_llfw .contWrap2 .map .point.guangzhou {
  right: 185px;
  top: 455px;
}

.twolevelWrap .t_llfw .contWrap3 {
  margin-top: 72px;
  margin-bottom: 55px;
}

.twolevelWrap .t_llfw .contWrap3 .typeInfo {
  width: 106px;
}

.twolevelWrap .t_llfw .contWrap3 .abstract {
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 41px;
}

.twolevelWrap .t_llfw .contWrap3 .item {
  float: left;
  width: 226px;
  border: 1px solid #E6E6E6;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.twolevelWrap .t_llfw .contWrap3 .item:hover {
  /* transform: translateY(-11px); */
  margin-top: -6px;
  transition: all .2s ease-in;
  box-shadow: rgba(77, 77, 77, 0.4) 0px 26px 40px -24px;
  -webkit-filter: initial;
  -moz-filter: initial;
  -ms-filter: initial;
  -o-filter: initial;
  filter: initial;
  filter: initial;
}

.twolevelWrap .t_llfw .contWrap3 .item:not(:last-child) {
  margin-right: 15px;
}

.twolevelWrap .t_llfw .contWrap3 .item img {
  width: 224px;
  height: 200px;
  display: block;
}

.twolevelWrap .t_llfw .contWrap3 .item p {
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 48px;
}

.twolevelWrap .t_llys .threehx .smimg {
  float: left;
  margin-right: 13px;
}

.twolevelWrap .t_llys .threehx .smimg img {
  width: 50px;
  height: 50px;
}

.twolevelWrap .t_llys .threehx .hxdl {
  float: left;
  width: 550px;
  margin-bottom: 28px;
  text-align: left;
  margin-left: 96px;
}

.twolevelWrap .t_llys .threehx .hxdl:last-child {
  margin-bottom: 0px;
}

.twolevelWrap .t_llys .threehx .hxdl:first-child {
  margin-top: 52px;
}

.twolevelWrap .t_llys .threehx .hxdd {
  font-size: 12px;
  line-height: 17px;
}

.twolevelWrap .t_llys .threehx .hxdd:last-child {
  color: #999;
}

.twolevelWrap .t_llys .threehx .hxddtit {
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
  font-weight: bold;
}

.twolevelWrap .t_llys .threehx .hxdt {
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
  font-weight: bold;
}

.twolevelWrap .t_llys {
  background: #f5f5f5;
}

.twolevelWrap .t_llys .info {
  width: 960px;
}

.twolevelWrap .t_llys .flowInfo {
  padding-bottom: 60px;
  margin: 54px 6% 0;
}

.twolevelWrap .t_llys .flowInfo .list {
  width: 379px;
  height: 242px;
  margin-right: 26px;
}

.twolevelWrap .t_llys .flowInfo .list img {
  width: 80px;
  height: 80px;
}

.twolevelWrap .t_llys .flowInfo .list .title {
  font-weight: bold;
}

.twolevelWrap .t_llys .flowInfo .list:nth-child(2) {
  margin-right: 26px;
}

.twolevelWrap .t_llys .flowInfo .list:last-child {
  margin-right: 0px;
}

.twolevelWrap .t_llys_info .flowInfo .list .info {
  width: 229px;
  margin: 0px auto;
}

.twolevelWrap .t_kjfw {
  background: #f5f5f5;
}

.twolevelWrap .t_kjfw .info {
  width: 960px;
}

.twolevelWrap .t_kjfw .flowInfo {
  padding-bottom: 60px;
}

.twolevelWrap .t_kjfw .flowInfo .list {
  width: 379px;
  height: 242px;
  margin-right: 26px;
}

.twolevelWrap .t_kjfw .flowInfo .list img {
  width: 80px;
  height: 80px;
}

.twolevelWrap .t_kjfw .flowInfo .list .title {
  font-weight: bold;
}

.twolevelWrap .t_kjfw .flowInfo .list:nth-child(2) {
  margin-right: 26px;
}

.twolevelWrap .t_kjfw .flowInfo .list:last-child {
  margin-right: 0px;
}

.twolevelWrap .t_kjfw_info .flowInfo .list .info {
  width: 229px;
  margin: 0px auto;
}

.suningcourier .t_banner {
  background: url("../assets/suningcourier/banner.jpg") no-repeat center center;
}

.suninghelper .t_banner {
  background: url(../assets/suninghelper/banner.png) no-repeat center center;
}

.suninghelper .logistiContent {
  background: url(../assets/suninghelper/bg.png) 50% 113% no-repeat;
}

.suninghelper .t1 {
  margin: 0 !important;
  padding: 80px 0 0 !important;
  font-size: 34px !important;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 48px;
}

.suninghelper .t2 {
  margin: 58px auto 0 !important;
  font-size: 16px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1) !important;
  line-height: 24px !important;
}

.suninghelper .t3 {
  margin: 80px auto !important;
}

.suninghelper .t3 .smimg {
  width: 50px;
  height: 50px;
}

.suninghelper .t4 h3 {
  padding: 80px 0 0 0 !important;
  font-size: 34px !important;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 48px;
}

.suninghelper .t4 .flowInfo {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.suninghelper .t4 .list {
  width: 280px !important;
  height: 280px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(224, 224, 224, 1) !important;
  vertical-align: top;
  padding: 20px 0 !important;
}

.suninghelper .t4 .list+.list {
  margin-left: 19px;
}

.suninghelper .t4 .list .title {
  margin: 20px 0 21px !important;
  font-size: 22px !important;
  font-weight: 400;
  color: rgba(51, 51, 51, 1) !important;
  line-height: 30px !important;
}

.suninghelper .t4 .list .info {
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: 400;
  color: rgba(51, 51, 51, 1) !important;
  line-height: 20px !important;
}

.coinsurance .t6 {
  height: 560px;
  background: rgba(247, 249, 250, 1);
}

.coinsurance .t6 h3 {
  font-size: 34px !important;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 48px;
  padding: 80px 0 40px !important;
  margin: 0 !important;
}

.coinsurance .t8 {
  height: 668px;
}

.coinsurance .t8 h3 {
  font-size: 34px !important;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 48px;
  margin: 0 !important;
  padding: 80px 0 60px !important;
}

.coinsurance .t8 .item-title {
  font-size: 22px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
}

.coinsurance .t8 .item-text p {
  padding: 0 25px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
  text-align: left;
}

.coinsurance .t7 {
  height: 560px;
}

.coinsurance .t7 .img {
  position: absolute;
  z-index: 2;
}

.coinsurance .t7 h3 {
  font-size: 34px !important;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 48px;
  margin: 0 !important;
  padding: 70px 0 22px !important;
}

.coinsurance .t7 li {
  text-align: left;
}

.coinsurance .t7 .card {
  display: inline-block;
  width: 365px;
  height: 100px;
  position: relative;
}

.coinsurance .t7 .card+.card {}

.coinsurance .t7 .card img {
  position: absolute;
  top: 0;
  left: 0;
}

.coinsurance .t7 .card .title {
  position: absolute;
  top: 0;
  left: 65px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 20px;
  padding: 0 !important;
}

.coinsurance .t7 .card .content {
  position: absolute;
  top: 30px;
  left: 65px;
  width: 240px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 20px;
  text-align: left;
}



.coinsurance .t6 .slide {}

.coinsurance .t6 li {}

.coinsurance .t6 .card {
  display: inline-block;
  width: 360px;
  height: 300px;
  background: rgba(255, 255, 255, 1);
  vertical-align: top;
  padding: 40px 40px 0;
}

.coinsurance .t6 .card+.card {
  margin-left: 30px;
}

.coinsurance .t6 img {}

.coinsurance .t6 .title {
  font-size: 24px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 33px;
  margin: 20px 0;
  padding: 0;
}

.coinsurance .t6 .content {
  font-size: 14px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 20px;
  text-align: left;
}

.suninghelper .t5 {
  height: 560px;
  background: rgba(247, 249, 250, 1);
}

.suninghelper .t5 h3 {
  padding: 80px 0px 40px 0px !important;
  font-size: 34px !important;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 48px;
}

.suninghelper .t5 li {
  width: 1190px !important;
}

.suninghelper .t5 .card {
  display: inline-block;
  width: 360px;
  height: 300px;
  background: rgba(255, 255, 255, 1);
  vertical-align: top;
  padding: 40px 30px 0;
}

.suninghelper .t5 .card+.card {
  margin-left: 30px;
}

.suninghelper .t5 .card img {
  width: 60px;
  height: 60px;
}

.suninghelper .t5 .card .title {
  font-size: 24px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 33px;
  padding: 20px 0;
}

.suninghelper .t5 .card .content {
  font-size: 14px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 20px;
}

.coinsurance .zs button,
.coinsurance .t1 button {
  width: 140px;
  height: 38px;
  background: rgba(248, 165, 2, 1);
  border: none;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 22px;
  margin-top: 40px;
  cursor: pointer;
}

.suningcourier .t_tczyfw .contWrap .threehx .hxdl {
  width: 256px;
  margin-right: 59px;
}

.suningcourier .t_tczyfw .contWrap .threehx .hxdl:first-child {
  margin-bottom: 0px;
  margin-top: 0px;
}

.suningcourier .t_tczyfw .contWrap .threehx .hxdl:nth-child(2n) {
  margin-right: 0px;
}

.suningcourier .t_szyt .twotitle {
  padding-bottom: 40px;
}

.suningcourier .t_szyt .cont {
  width: 1032px;
  margin: 0px auto;
}

.suningcourier .t_szyt .contWrap {
  margin: 0 7%;
  padding-bottom: 60px;
  margin-top: 104px;
}

.suningcourier .t_szyt .contWrap .imggroup {
  margin-right: 0px;
}

.suningcourier .t_szyt .contWrap .imggroup img {
  width: 360px;
  height: 280px;
}

.suningcourier .t_szyt .contWrap .smmap {
  margin-right: 60px;
  position: relative;
  top: -50px;
}

.suningcourier .t_szyt .contWrap .smmap img {
  width: 467px;
  height: 344px;
}

.suningcourier .t_szyt .contWrap .info {
  margin-top: 60px;
  width: 505px;
}

.suningcourier .t_szyt .threehx {
  font-size: 14px;
  line-height: 28px;
  width: 529px;
  margin-right: 100px;
}

.suningcourier .t_szyt .flowInfo {
  margin-top: 0px;
}

.suningcourier .t_szyt .flowInfo .list {
  width: 350px;
  height: 130px;
  background: none;
  border-right: 1px solid #D8D8D8;
  padding: 0px;
  padding: 0px 60px;
  margin: 0px;
}

.suningcourier .t_szyt .flowInfo .list:last-child {
  border-right: 0;
}

.suningcourier .t_szyt .flowInfo .list:first-child {
  margin-left: 70px;
}

.suningcourier .t_szyt .flowInfo .list .title {
  font-size: 22px;
  margin-top: 12px;
  margin-bottom: 9px;
}

.suningcourier .t_szyt .flowInfo .list .info {
  font-size: 16px;
  line-height: 25px;
}

.suningcourier .t_jcfw {
  background: none;
}

.suningcourier .t_jcfw .flowInfo .list {
  border: 1px solid #E0E0E0;
  margin-right: 26px;
  margin-bottom: 26px;
}

.suningcourier .t_jcfw .flowInfo .list img {
  width: 80px;
  height: 80px;
}

.suningcourier .t_jcfw .flowInfo .list:nth-child(n) {
  margin-right: 26px;
}

.suningcourier .t_jcfw .flowInfo .list:nth-child(3n) {
  margin-right: 0px;
}

.suningcourier .t_rys .twotitle {
  padding-bottom: 37px;
}

.suningcourier .t_rys .contWrap {
  margin-bottom: 73px;
}

.suningcourier .t_rys .contWrap .threehx .hxdl {
  margin-bottom: 30px;
}

.suningcourier .t_rys .contWrap .threehx .hxdt {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
}

.suningcourier .t_rys .link {
  color: #4B96FC;
  display: inline-block;
  margin-top: 10px;
}

.suningcourier .t_rys .flowInfo {
  margin-top: 0px;
}

.suningcourier .t_rys .flowInfo .list {
  padding-top: 60px;
  height: 225px;
}

.suningcourier .t_rys .flowInfo .list img {
  width: 130px;
  height: 50px;
}

.suningcourier .t_rys .flowInfo .list .title {
  font-size: 20px;
}

.financial .t_banner {
  background: url('../assets/financial/banner.jpg') no-repeat center center;
}

.financial .t_banner2 {
  height: 375px;
  background: url('../assets/financial/banner2.png') no-repeat center center;
}

.financial .t_banner2 .title {
  padding-top: 41px;
  padding-bottom: 8px;
}

.financial .t_banner2 .bold {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 12px;
}

.financial .t_banner2 .linegroup {
  width: 112px;
  margin: 0px auto;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
  margin-top: 12px;
}

.financial .t_banner2 .linegroup .line {
  border-bottom: 1px solid #E0E0E0;
  position: absolute;
  top: 12px;
  width: 35px;
}

.financial .t_banner2 .linegroup .right {
  right: 0px;
}

.financial .t_banner2 .linegroup .left {
  left: 0px;
}

.financial .t_banner2 .linegroup .info {
  width: 42px;
  position: relative;
}

.t_qyrz .listdiv {
  margin: 25px auto 65px;
  margin-top: 0px;
}

.t_qyrz .list {
  width: 33%;
  float: left;
  padding: 0 4%;
}

.t_qyrz .list .smimg {
  display: block;
  text-align: center;
  margin: 0px auto;
}

.t_qyrz .list .info {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 21px;
}

.t_qyrz .list .bold {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 15px auto 7px;
}

.t_qyrz .list .linegroup {
  position: relative;
  width: 112px;
  margin: 0px auto;
}

.t_qyrz .list .linegroup .line {
  border-bottom: 1px solid #E0E0E0;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
}

.t_qyrz .list .linegroup .info {
  width: 42px;
  position: relative;
  background: #fff;
}

.t_qyrz .list:first-child {
  /*padding-left:0px;*/
}

.t_qyrz .list:last-child {
  /*padding-right:0px;*/
  width: 34%;
}

.t_qybx .contwrap {
  width: 74%;
  margin: 0px auto;
}

.t_qybx .list:nth-child(n) {
  width: 50%;
}

.t_qybx .list:first-child {
  padding-right: 8%;
}

.t_qybx .list:last-child {
  padding-left: 8%;
}

.countrylogistics .t_banner {
  background: url(../assets/countrylogistics/banner.jpg) no-repeat center center;
}

.countrylogistics .t_content .contdl {
  margin: 0px auto;
  margin-bottom: 40px;
  width: 80%;
  margin-left: 10%;
}

.countrylogistics .t_content .contdl:last-child {
  width: 490px;
}

.countrylogistics .t_content .listdiv {
  margin-left: 10%;
}

.countrylogistics .t_content .contdt {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  border-left: 8px solid #FAA600;
  padding-left: 15px;
}

.countrylogistics .t_content .contdd {
  font-size: 14px;
  line-height: 28px;
  padding-left: 25px;
}

.countrylogistics .t_content .group {
  margin-right: 82px;
}

.countrylogistics .t_content .group dl {
  margin-bottom: 40px;
  margin-left: 0px;
}

.countrylogistics .t_xcwl {
  margin: 46px auto 78px;
}

.cloud .t_banner {
  background: url(../assets/cloud/bg.png) no-repeat top center;
  height: 1500px;
}

.cloud .t_banner .subhead {
  width: 842px;
}

.cloud .lineGroup {
  width: 322px;
}

.cloud .subtitle {
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 20px;
}

.cloud .subtitle .line {
  display: inline-block;
  height: 1px;
  width: 316px;
  background: #334B68;
  position: relative;
  top: -11px;
}

.cloud .subtitle .txt {
  padding: 0px 28px;
}

.cloud .subtitle .linev {
  display: inline-block;
  height: 24px;
  width: 6px;
  background: #A9DCEF;
}

.cloud .contwrap {
  width: 67%;
  margin: 0px auto;
}

.cloud .list:nth-child(n) {
  width: 300px;
  text-align: center;
  padding: 46px;
  padding: 46px 33px;
}

.bigmarket .t_banner {
  background: url(../assets/bigmarket/banner.jpg) no-repeat center center;
}

.bigmarket .t_wldsc .link {
  height: 36px;
  line-height: 36px;
  color: #FAA600;
  text-align: center;
  font-size: 14px;
  border: 1px solid #FAA600;
  display: inline-block;
  margin: 19px auto 32px;
  background: url(../assets/play_over.png) no-repeat 90px 14px;
  padding: 0px 35px;
  padding-left: 29px;
}

.bigmarket .t_wldsc .list img {
  width: 70px;
  height: 70px;
}

.bigmarket .t_wldsc .list:nth-child(n) {
  width: 379px;
  border: 1px solid #E6E6E6;
  padding-top: 48px;
  padding-bottom: 78px;
  margin-right: 25px;
}

.bigmarket .t_wldsc .list:nth-child(3) {
  margin-right: 0px;
}

.samecityserver .t_banner {
  background: url(../assets/samecity/banner.jpg) no-repeat center center;
}

.samecityserver .t_tcps .cont {
  margin-top: 30px;
  margin-bottom: 28px;
  width: 942px;
  margin: 43px auto 28px;
}

.samecityserver .t_tcps .imggroup {
  margin-right: 152px;
}

.samecityserver .t_tcps .imggroup img {
  width: 370px;
  height: 280px;
}

.samecityserver .t_tcps .threehx {
  width: 420px;
}

.samecityserver .t_tcps .hxdl:first-child {
  margin-bottom: 42px;
}

.samecityserver .t_tcps .hxdt {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 6px;
}

.samecityserver .t_tcps .hxdd {
  font-size: 14px;
  line-height: 24px;
}

.samecityserver .t_sqfw .flowInfo {
  padding-bottom: 40px;
  margin-top: 40px;
}

.samecityserver .t_sqfw .flowInfo .list {
  height: 210px;
}

.samecityserver .t_sqfw .title {
  padding-top: 38px;
}

.samecityserver .t_ztfw {
  background: #fff;
}

.samecityserver .t_ztfw .flowInfo .list {
  width: 575px;
  margin-right: 40px;
  border: 1px solid #E6E6E6;
  height: 173px;
  padding-top: 42px;
  padding: 42px 60px 0px;
}

.samecityserver .t_ztfw .flowInfo .list .smimg {
  float: left;
  margin-right: 20px;
}

.samecityserver .t_ztfw .flowInfo .list .info {
  text-align: left;
}

.samecityserver .t_ztfw .flowInfo .list .title {
  text-align: left;
}

.popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  z-index: 101;
}

.popup .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.popup .cont {
  width: 755px;
  height: 300px;
  background: #fff;
  margin: 0px auto;
  padding: 11px 22px 30px;
  position: relative;
}

.popup .cont .title {
  padding: 15px 0px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
}

.popup .cont .close {
  background: url("../assets/close1.png") no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0px;
  cursor: pointer;
}

.popup .cont .info {
  display: inline-block;
  padding: 6px 0px;
  float: left;
  margin-right: 10px;
  line-height: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  width: 93px;
  text-align: center;
}

.popup .cont .info:nth-child(7n) {
  margin-right: 0px;
}

.popup .cont .info:hover {
  background: orange;
  color: #fff;
}

.popup .cont .content {
  padding-top: 16px;
}

.popup .cont .twolevel {
  display: none;
  position: absolute;
  top: 69px;
  background: #fff;
  height: 168px;
}

.popup .cont .btngroup {
  display: none;
  width: 92px;
  margin: 0px auto;
}

.popup .cont .backbtngroup {
  width: 92px;
  height: 38px;
  position: absolute;
  bottom: 26px;
}

.popup .cont .backbtn {
  height: 38px;
  line-height: 38px;
  width: 92px;
  background: #fff;
  border: 1px solid #E6E6E6;
  padding: 0px;
  cursor: pointer;
}

.popup .cont .backbtn:hover {
  border: 1px solid orange;
  color: #fff;
  background: orange;
}

.popup #twolevelc .info:hover {
  background: none;
  color: #333;
}

.twolevelWrap .t_content .subhead {
  margin-bottom: 20px;
}

.t_qllwly {
  width: 1108px;
  margin: 0px auto;
  margin-top: 207px;
}

.t_qllwly .listdiv {
  width: 900px;
}

.t_qllwly .list img {
  width: 108px;
  height: 124px;
}

.t_qllwly .list .info:last-child {
  color: #A9DCEF;
}

.t_lxcloud {
  margin-top: 87px;
}

.t_lxcloud .subtitle {
  margin-bottom: 87px;
}

.t_lxcloud .listDiv .smtitle {
  font-size: 22px;
}

.t_lxcloud .listDiv .infomation .info {
  font-size: 12px;
  width: auto;
  padding: 0px 13px;
}

.t_lxcloud .listDiv .maskbg {
  background: #0F548A;
}

.t_lxcloud .listDiv:hover .maskbg {
  background: #0F548A;
}

.t_lxcloud .smimg {
  width: 60px;
  height: 60px;
}

.gradient {
  width: 100%;
  height: 108px;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000), to(rgba(0, 0, 0, 0)));
}

.verifycont .title {
  font-size: 32px;
  margin: 56px auto 38px;
  font-weight: bold;
  text-align: center;
}

.verifycont .logincont {
  background: url('../assets/tt/bg.png') no-repeat center bottom;
  padding-bottom: 153px;
}

.verifycont .logincont .info {
  width: 50px;
  text-align: right;
  float: left;
}

.verifycont .logincont .inputtxt {
  width: 307px;
  padding: 0px 10px;
  border: 1px solid #E0E0E0;
  height: 36px;
  line-height: 36px;
}

.verifycont .logincont .a_group {
  width: 360px;
  margin: 0px auto;
  margin-bottom: 34px;
  height: 36px;
  line-height: 36px;
}

.verifycont .logincont .a_group:last-child {
  margin-top: 40px;
}

.verifycont .logincont .a_group .btn {
  margin-left: 64px;
}

.customerInfocont {
  font-size: 12px;
  padding-bottom: 20px;
}

.customerInfocont .title {
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0px 15px;
}

.customerInfocont .seachgroup {
  border: 1px solid #E0E0E0;
  background: #fff;
  padding: 15px 0px;
  margin-bottom: 55px;
}

.customerInfocont .seachgroup .labelgroup {
  height: 30px;
  line-height: 30px;
  float: left;
}

.customerInfocont .seachgroup .labelgroup:first-child {
  margin-left: 17px;
}

.customerInfocont .seachgroup .inputtxt {
  border: 1px solid #E0E0E0;
  height: 30px;
  line-height: 30px;
  width: 120px;
  background: #fff;
  padding: 0px 10px;
  float: left;
  margin-right: 12px;
}

.customerInfocont .seachgroup .inputtxt:nth-child(2) {
  background: #f7f7f7;
  color: #BFBFBF;
}

.customerInfocont .seachgroup .btn {
  width: 74px;
  padding: 0px;
  height: 30px;
}

.customerInfocont .tablegroup .table {
  width: 100%;
  border: 1px solid #E0E0E0;
}

.customerInfocont .tablegroup .table th,
.customerInfocont .tablegroup .table td,
.customerInfocont .tablegroup .table tr {
  padding: 6px 10px;
  border: 1px solid #E0E0E0;
}

.customerInfocont .tablegroup .table th td {
  border-color: #E0E0E0;
  background: #E0E0E0;
  font-weight: bold;
}

.customerInfocont .tablegroup .table tr td {
  background: #fff;
  word-break: break-all;
}

.customerInfocont .tablegroup .table tr td:last-child {
  text-align: center;
}

.customerInfocont .tablegroup .table .link {
  cursor: pointer;
}

.customerInfocont .tablegroup .btngroup {
  font-weight: bold;
  padding: 20px 0px;
  text-align: right;
  border: 1px solid #E0E0E0;
  border-top: none;
  background: #fafafa;
}

.customerInfocont .tablegroup .btngroup .btn {
  border: 1px solid #E0E0E0;
  background: #fff;
  width: 35px;
  height: 24px;
  line-height: 24px;
  color: #101010;
  padding: 0px;
  cursor: pointer;
}

.customerInfocont .tablegroup .btngroup .btn:hover {
  background: #FAA600;
  color: #fff;
  border-color: #faa600;
}

.customerInfocont .tablegroup .btngroup .btn:nth-child(n+1) {
  margin-left: -1px;
}

.customerInfocont .pageselect {
  height: 24px;
  width: 50px;
  border: 1px solid #E0E0E0;
}

.popup_customerInfo .cont_hei_auto {
  height: auto;
}

.popup_customerInfo .cont {
  padding: 0px;
}

.popup_customerInfo .cont .title {
  padding: 15px 22px;
}

.popup_customerInfo .cont .close {
  right: 20px;
}

.popup_customerInfo .cont .btngroupbg {
  padding: 24px;
  background: #F9F9F9;
  border-top: 1px solid #DDDDDC;
  margin-top: 40px;
}

.popup_customerInfo .cont .btngroup {
  display: block;
  height: 32px;
  width: 210px;
}

.popup_customerInfo .cont .btngroup .btn {
  width: 88px;
  height: 32px;
}

.popup_customerInfo .cont .btngroup .btn:first-child {
  margin-right: 22px;
}

.popup_customerInfo .cont .btngroup .cancel {
  color: #666;
  background: #fff;
  border: 1px solid #E0E0E0;
}

.popup_customerInfo .commitcont {
  padding: 0px 22px;
}

.popup_customerInfo .mt27 {
  margin-top: 27px;
}

.popup_customerInfo .a_group {
  height: 34px;
  line-height: 34px;
  margin-bottom: 8px;
}

.popup_customerInfo .a_group .infomation {
  font-size: 12px;
  margin: 0px;
  margin-right: 4px;
  width: 92px;
  text-align: right;
  display: inline-block;
}

.popup_customerInfo .a_group .inputtxt {
  border: 1px solid #DDDDDC;
  height: 34px;
  line-height: 34px;
  padding: 0px 10px;
  width: 160px;
}

.popup_customerInfo .a_group .address,
.popup_customerInfo .a_group .comment {
  width: 430px;
}

.popup_customerInfo .a_group:first-child .inputtxt {
  background: #f7f7f7;
  color: #BFBFBF;
}

.popup_customerInfo .a_group .level {
  width: 160px;
  margin-right: 93px;
}

.popup_customerInfo .a_group .dzmd {
  width: 104px;
  margin-left: 57px;
}

.popup_customerInfo .a_group .mr0 {
  margin-right: 0px;
}

.popup_customerInfo .a_group .inputradio {
  position: relative;
  top: 2px;
}

.popup_customerInfo .a_group_t .a_group .inputtxt {
  background: none;
  color: #333;
}

.popup_customerInfo .mt0 {
  margin-top: 0px !important;
}

.popup_customerInfo .posirelative {
  position: relative;
  overflow: hidden;
}

.popup_customerInfo .select {
  border: 1px solid #DDDDDC;
  line-height: 34px;
  width: 100px;
  padding-left: 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 点击去除高亮的颜色*/
  background: url(../assets/tt/down.png) no-repeat 82px center #fff;
  padding-right: 0 \9;
  background: none \9;
}

.popup_customerInfo .selectdiv {
  width: 100px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.popup_customerInfo .selectdiv .selectedinput {
  width: 100%;
  height: 34px;
  line-height: 34px;
  border: 1px solid #DDDDDC;
  padding: 0px 10px;
  background: url("../assets/tt/down.png") no-repeat 78px center;
  cursor: pointer;
  display: block;
}

.popup_customerInfo .selectdiv .optiondiv {
  background: #fff;
  display: block;
  border: 1px solid #DDDDDC;
  border-top: none;
  width: 100%;
  position: absolute;
  display: none;
}

.popup_customerInfo .selectdiv .optiondiv .opt {
  height: 28px;
  line-height: 28px;
  display: block;
  width: 100%;
  padding: 0px 10px;
  cursor: pointer;
}

.popup_customerInfo .selectdiv .optiondiv .opt:hover {
  background: #dadada;
}

.popup_customerInfo .province_group {
  position: relative;
  z-index: 2;
}

.popup_customerInfo .province_group .userProvinceCode {
  left: 96px;
}

.popup_customerInfo .province_group .userCityCode {
  left: 206px;
}

.popup_customerInfo .province_group .userCountyCode {
  left: 316px;
}

.popup_customerInfo .level {
  background: url(../assets/tt/down.png) no-repeat 140px center;
}

.popup_customerInfo .address,
.popup_customerInfo .comment {
  width: 430px;
}

@media only screen and (min-width: 1400px) {
  .corebusiness .content .infocont .linkgroup .link:nth-child(1) {
    background: url(../assets/cpfw.png) no-repeat center -9px;
    background-size: 70px 70px;
  }
}

.wid1190 {
  width: 1190px;
  margin: 0px auto;
}

.videoplayWrap .logo.smlogo {
  position: fixed;
  top: 20px;
  background: #000;
  left: 20px;
  padding: 10px;
}

.videoplayWrap .btngroup .enterbtn1 {
  background: #a3a6aa;
  border: 1px solid #fff;
}

.ttwrapper .banner {
  height: 140px;
  background: url("../assets/tt/banner.jpg") no-repeat center center;
}

.popup .wid285 {
  width: 285px;
}

.popup .wid180 {
  width: 180px;
}

.popup .comfirmdiv .detail {
  padding: 40px 20px 0px;
}

.popup .comfirmdiv .btngroupbg {
  padding: 34px 0px;
  background: none;
  border-top: none;
  margin-top: 0px;
}

.popup .comfirmdiv .sucinfo {
  padding: 26px;
  text-align: center;
  background: url(../assets/tt/gou.png) no-repeat center 20px;
  padding-top: 63px;
  font-size: 12px;
}

select::-ms-expand {
  display: none;
}

/*footer 3列*/
.footer .linkgroup {
  width: 98px;
}

.error404 {
  width: 812px;
  margin: 170px auto 197px;
}

.error404 .txtgroup {
  width: 276px;
  margin-top: 50px;
}

.error404 .txtgroup .info {
  display: block;
  color: #808080;
}

.error404 .txtgroup .error {
  font-size: 75px;
  font-weight: bold;
  color: #333;
  line-height: 86px;
}

.error404 .txtgroup .sorry {
  font-size: 34px;
  line-height: 48px;
}

.error404 .txtgroup .nofind {
  font-size: 20px;
  line-height: 48px;
}

.error404 .txtgroup .btn {
  padding: 0px;
  height: 32px;
  line-height: 32px;
  width: 81px;
  margin-top: 14px;
}

.error404 .txtgroup .btn:hover {
  background: #F37E40;
}

.ctrgraybg {
  background: #f7f7f7 !important;
  color: #BFBFBF !important;
}

.adbannerWrap {
  height: 60px;
}

.adbannerWrap .bannerScroll .imgbg {
  height: 60px;
  -webkit-background-size: auto 60px;
  background-size: auto 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  /* Firefox 4 */
  -webkit-transition: all 0.8s linear;
  /* Safari 和 Chrome */
  -o-transition: all 0.8s linear;
  /* Opera ease*/
  cursor: pointer;
}

.adbannerWrap .bannerScroll .imgbg:nth-child(2) {
  -webkit-background-size: auto 60px;
  background-size: auto 60px;
}

.adbannerWrap .bannerScroll .imgbg:nth-child(3) {
  -webkit-background-size: auto 60px;
  background-size: auto 60px;
}

.adbannerWrap .dotcontrol {
  bottom: 13px;
}

.move {
  cursor: move;
}

#serveRange .cont {
  position: absolute;
}


/*公告栏*/
.notice-board {
  padding-top: 20px;
}

.bulletinBoard {
  min-height: 700px;
  background: #fff;
}

.left-column {
  width: 190px;
  min-height: 700px;
  border-right: 1px solid #DDDDDD;
}

.noticeInfo {
  height: 51px;
  border-bottom: 1px solid #DDDDDD;
  line-height: 51px;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #FAA600;
  letter-spacing: 0;
}

.notice-img {
  width: 20px;
  height: 18px;
  margin-top: 17px;
  margin-left: 20px;
  margin-right: 10px;
}

.bulletin-title {
  min-height: 64px;
  border-bottom: 1px solid #DDDDDD;
  padding-left: 20px;
  padding-top: 10px;
}

.bulletin-title-info {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
}

.bulletin-title-time {
  margin-top: 10px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  line-height: 17px;
}

.bulletin-title-selected {
  background: #FFF5E4;
}

.bulletin-paging {
  padding-left: 122px;
  padding-top: 10px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}

.page-back,
.page-go {
  width: 12px;
  height: 16px;
  display: inline-block;
  vertical-align: bottom;
}

.return-left {
  margin-left: 5px;
  background: url(../assets/arrow_02.png);
}

.return-left-end {
  margin-left: 5px;
  background: url(../assets/arrow_02_gary.png);
}

.return-right {
  background: url(../assets/arrow_01.png);
}

.return-right-end {
  background: url(../assets/arrow_01_gary.png);
}

.left-column,
.right-info {
  display: inline-block;
}

.right-info {
  float: right;
  margin-right: 170px;
}

.right-info-specific {
  width: 800px;
}

.right-info-head {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  margin-top: 29px;
  text-align: center;
}

.right-info-time {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  margin-top: 10px;
  text-align: center;
}

.right-info-content {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 15px;
}

.endlink {
  padding-right: 0px !important;
}

.contentainerBody {
  margin: 0 auto;
  padding: 0 15px;
  width: 1200px;
  background: #FFF;
}

.leftMenu {
  width: 210px;
  height: auto;
  margin-top: 43px;
  float: left;
}

.nodeMenu {
  position: relative;
  margin-right: -18px;
  width: 230px;
  height: 54px;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 54px;
  margin-bottom: 5px;
  padding-left: 25px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.nodeMenu:hover,
.tabNodeMenu:hover {
  text-decoration: none;
}

.rightCont {
  min-height: 500px;
  border-left: 1px solid #E0E0E0;
  padding-left: 40px;
  float: left;
  width: 960px;
}

.leftMenu .activeMenu {
  background: url(../assets/focusBg.png) no-repeat;
  color: #FFFFFF;
}

.tabNodeMenu {
  float: left;
  width: 50%;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  height: 44px;
  box-sizing: border-box;
  text-decoration: none;
}

.tabCont {
  height: 44px;
  border-bottom: 1px solid #E0E0E0;
  width: 920px;
}

.tabCont .activetabNodeMenu {
  color: #FAA600;
  border-bottom: 3px solid #FAA600;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
  zoom: 1;
  display: block;
}

.rightCont .orderqueryGroup {
  padding: 32px 0 0 15px;
}

.orderqueryGroup .sBtn-o,
.timeQuery .sBtn-o,
.netQuey .sBtn-o {
  border: 1px solid #FAA600;
  width: 120px;
  height: 38px;
  background: #FAA600;
  border-radius: 4px;
}

.rightCont .timeQuery {
  padding: 32px 0 0 23px;
}

.rightCont .netQuey {
  padding: 37px 0 0 22px;
}

.netQuey .s-waybill-freight {
  background: #FFF;
  border: 1px solid #E0E0E0;
}

.netQuey .s-waybill-freight-market {
  background: #FAA600;
}

.netQuey .s-waybill-freight ul {
  display: block;
  margin-left: 0;
}

.networkList {
  padding-left: 0;
}

.netQuey .s-waybill-freight .netPoint {
  background: #FFF;
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #000;
}

.rightCont .right-content {
  border-color: #FFF;
  margin-left: 0;
  width: 100%;
}

.rightCont .right-content .s-news-con p {
  word-break: break-all;
}

.rightCont .right-content .s-news-con img {
  max-width: 100%;
}

.companyDetail .s-newcomers {
  padding: 36px 0 100px 14px;
}

.comnonbaby .s-newcomers {
  padding: 36px 0 100px 14px;
}

.newDriver .s-newcomers {
  padding: 20px 0 50px 36px;
}

.newDriver .s-newcomers img {
  max-width: 900px;
}

.timeQuery .s-waybill-freight {
  background: #fff;
  border: 1px solid #E0E0E0;
  height: 90px;
}

.time-freight-market {
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #000000;
  line-height: 19px;
  margin-bottom: 9px;
}

.timeTip {
  color: #FAA600;
  margin-right: 10px;
}

.tablegroup .s-news-content {
  width: 739px;
}

.commonWrap a {
  color: #A6A7AB;
}

.coldChain .t_banner {
  background: url("../assets/coldChain/banner.png") no-repeat center center;
}

.coldChain .t_content.t_banner .titleInfo {
  width: 1060px;
  margin: 0 auto;
}

.coldChain .t_content.t_banner .title {
  color: #2C3746;
  font-size: 40px;
  text-shadow: initial;
  padding: 105px 0 15px;
  text-align: left;
}

.coldChain .t_content.t_banner .info {
  color: #2C3746;
  font-size: 14px;
  text-shadow: initial;
  width: 620px;
  text-align: left;
  margin-left: 0;
}

.coldChain .t_tczyfw .contWrap .threehx .hxdl {
  width: 256px;
  margin-right: 59px;
}

.coldChain .t_tczyfw .contWrap .threehx .hxdl:first-child {
  margin-bottom: 0px;
  margin-top: 0px;
}

.coldChain .t_tczyfw .contWrap .threehx .hxdl:nth-child(2n) {
  margin-right: 0px;
}

.coldChain .t_szyt .twotitle {
  padding-bottom: 40px;
}

.coldChain .t_szyt .cont {
  width: 1032px;
  margin: 0px auto;
}

.coldChain .t_szyt .contWrap {
  margin: 0 7%;
  padding-bottom: 60px;
  margin-top: 104px;
}

.coldChain .t_szyt .contWrap .imggroup {
  margin-right: 0px;
}

.coldChain .t_szyt .contWrap .imggroup img {
  width: 360px;
  height: 280px;
}

.coldChain .t_szyt .contWrap .smmap {
  margin-right: 60px;
  position: relative;
  top: -50px;
}

.coldChain .t_szyt .contWrap .smmap img {
  width: 467px;
  height: 344px;
}

.coldChain .t_szyt .contWrap .info {
  margin-top: 60px;
  width: 505px;
}

.coldChain .t_szyt .threehx {
  font-size: 14px;
  line-height: 28px;
  width: 529px;
  margin-right: 100px;
}

.coldChain .t_szyt .flowInfo {
  margin-top: 0px;
}

.coldChain .t_szyt .flowInfo .list {
  width: 350px;
  height: 130px;
  background: none;
  border-right: 1px solid #D8D8D8;
  padding: 0px;
  padding: 0px 60px;
  margin: 0px;
}

.coldChain .t_szyt .flowInfo .list:last-child {
  border-right: 0;
}

.coldChain .t_szyt .flowInfo .list:first-child {
  margin-left: 70px;
}

.coldChain .t_szyt .flowInfo .list .title {
  font-size: 22px;
  margin-top: 12px;
  margin-bottom: 9px;
}

.coldChain .t_szyt .flowInfo .list .info {
  font-size: 16px;
  line-height: 25px;
}

.coldChain .t_jcfw {
  background: none;
}

.coldChain .t_jcfw .flowInfo .list {
  border: 1px solid #E0E0E0;
  margin-right: 26px;
  margin-bottom: 26px;
}

.coldChain .t_jcfw .flowInfo .list img {
  width: 80px;
  height: 80px;
}

.coldChain .t_jcfw .flowInfo .list:nth-child(n) {
  margin-right: 26px;
}

.coldChain .t_jcfw .flowInfo .list:nth-child(3n) {
  margin-right: 0px;
}

.coldChain .t_rys .twotitle {
  padding-bottom: 37px;
}

.coldChain .t_rys .contWrap {
  margin-bottom: 73px;
}

.coldChain .t_rys .contWrap .threehx .hxdl {
  margin-bottom: 30px;
}

.coldChain .t_rys .contWrap .threehx .hxdt {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
}

.coldChain .t_rys .link {
  color: #4B96FC;
  display: inline-block;
  margin-top: 10px;
}

.coldChain .t_rys .flowInfo {
  margin-top: 0px;
}

.coldChain .t_rys .flowInfo .list {
  padding-top: 60px;
  height: 225px;
}

.coldChain .t_rys .flowInfo .list img {
  width: 130px;
  height: 50px;
}

.coldChain .t_rys .flowInfo .list .title {
  font-size: 20px;
}